home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / CLOSWIDG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-27  |  173 b   |  8 lines

  1. #ifndef _CLOSWIDG_H_
  2. #define _CLOSWIDG_H_
  3.  
  4. short display_close_widget(XA_WINDOW *wind, XA_WIDGET *widg);
  5. short click_close(XA_WINDOW *wind, XA_WIDGET *widg);
  6.  
  7.  
  8. #endif